'Declaration
<DescriptionAttribute("The subject of the annotation, if any")> Public Property Subject As String
[Description("The subject of the annotation, if any")] public string Subject {get; set;}
public read-write property Subject: String;
DescriptionAttribute("The subject of the annotation, if any") public function get,set Subject : String